home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacGofer 0.22d / MacGofer Sources / malloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-06  |  285 b   |  10 lines  |  [TEXT/MPS ]

  1. /*****************************************************************************
  2.  
  3.   malloc.h:  Copyright (c) Kevin Hammond 1993.   All rights reserved.
  4.   
  5.   Needed for the Macintosh.
  6.  
  7. *****************************************************************************/
  8.  
  9. extern char *malloc();
  10.